| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
b32a9df729 |
Ensure the test runner decodes files as UTF-8 (#2246)
* Ensure the test runner decodes files as UTF-8 Before this change, the `document.charset` of the HTML test files would be 'windows-1252' when accessed through the `file://` protocol, resulting in issues with library or test files containing non-ASCII symbols. This patch ensures tests still run correctly when files contain non-ASCII symbols. * Ensure ASCII-safety of source code |
7 years ago |
|
|
e971aa0b4d |
Update doc references to refer to CLDR for region codes (#1638)
Update doc references to refer to CLDR and the page of CLDR codes where appropriate - it used to say ISO country codes were used, but they aren't. Also updated to refer to two *or three* letter language codes since they may be three letters (we use the shortest defined one for a language) Updating comments about leadingDigits field at territory level as well. |
9 years ago |
|
|
ae0818a8e5 |
JS: Add build.xml to compile and lint the code. Updated README with instructions how to compile and use the library. Use demo.js and demo-compiled.js as example. Checking in demo-compiled.html and js to be linked from the project home page.
Review URL: https://codereview.appspot.com/8889044 |
13 years ago |