Skip to content
This repository has been archived by the owner on Oct 15, 2021. It is now read-only.

Allow escaping all non-ASCII characters in .properties #362

Open
rimas-kudelis opened this issue Nov 7, 2015 · 0 comments
Open

Allow escaping all non-ASCII characters in .properties #362

rimas-kudelis opened this issue Nov 7, 2015 · 0 comments

Comments

@rimas-kudelis
Copy link

It would be nice if I could choose to have all non-ASCII characters escaped in Java .properties files. It could be done as an option, or by default, or as a new format, whichever suits you better.
Rationale:

  1. There are a lot of languages which don't fit into ISO-8859-1, but use some characters present in it. They currently get a mish-mash of escaped and non-escaped accented symbols. It's just ugly.
  2. At least the project that I'm working on has historically used the escaped form of non-ASCII symbols. Now, each time after tx pull, I have to go through all the noise to undo all this "unescaping" done by tx, and find the real changes. It's boring and time-consuming, and counter-productive.
  3. Last and the least, some tools freak out when stumbling upon non-UTF-8 characters. For example, this is currently happening with gitg. Surely, it's theirs bug, not yours, but I still wanted to mention it.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant