Uh oh!
There was an error while loading. Please reload this page.
RFC: Remove localization from format! - #93
Conversation
alexcrichton
commented
May 28, 2014
lilyball
commented
May 28, 2014
FWIW we could make |
bstrie
commented
May 28, 2014
The problem with escaping What support would the compiler or stdlib need to provide in order to someday support localization in an external library? I'm completely unfamiliar with the needs of localization (as we all are, it seems). Would be nice to have a domain expert weigh in. Can we borrow one from Mozilla? |
alexcrichton
commented
May 28, 2014
brson
commented
May 28, 2014
Based on my understanding, the word 'internationalization' in this RFC should be changed to 'localization'. Localization is the process of supplying alternate translations, whereas internationalization is doing automatic format conversion for standard types like dates. |
… what is actually being removed
alexcrichton
commented
May 28, 2014
Indeed, updated with internationalization => localization |
brson
commented
Jun 11, 2014
jibal
commented
Oct 24, 2018
This is not correct. See http://www.ecma-international.org/ecma-402/1.0/#sec-4.1 |
No description provided.