correij / v8-i18n

Automatically exported from code.google.com/p/v8-i18n
Other
0 stars 0 forks source link

-kn, -kc... flags require true or false value #18

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
BCP47 allows for some Boolean flags to omit the value (default in that case is 
true).

Our underlying library (ICU) currently doesn't handle defaults properly (strips 
the flags from the extension). One has to use full incantation like -u-kn-true 
or -u-kn-false.

ICU bug is http://bugs.icu-project.org/trac/ticket/9265

Original issue reported on code.google.com by c...@google.com on 17 Apr 2012 at 8:58

GoogleCodeExporter commented 8 years ago

Original comment by jungs...@google.com on 26 Sep 2012 at 12:30