Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
56 views

In German and English, we use a colon followed by a space to separate a term from its explanation, or a label from the text that follows. But other languages do it differently. Rather than have a &...
0 votes
0 answers
40 views

Above image shows a rectangle which is in between time-value and am, In Java21.0.3, DateTime string has a character NNBSP which is converting to rectangle while painting it. Following code illustrates ...
1 vote
0 answers
66 views

I am comparing the collation of Intl.Collator in the three browsers, Node and Postgres Collation and realized that the order of most implementations are very different. The only two implementations ...
4 votes
2 answers
190 views

Is there a programmatic way (or some open-source repository), that given a language (say in 2-leters ISO format), return the letters of the alphabet of that language? For example: console.log(...
1 vote
2 answers
905 views

Is there a way to use Intl.DisplayNames to get sorting-friendly language names where the base language comes first? const languageNames = new Intl.DisplayNames(['en'], { type: 'language' }); ...
Quppa's user avatar
  • 1,913
1 vote
1 answer
75 views

I am currently browsing the cldr-common-42 database and I find the use of language tags a bit confusing. For example, the tag ar-EG is used for translations in Egyptian Arabic. However, when looking ...
1 vote
1 answer
130 views

I am doing date format using this function // DateFormat required from "sap/ui/core/format/DateFormat" DateFormat.getDateTimeInstance({ pattern: "yyyy-MM-dd HH:mm" }); The format ...
1 vote
1 answer
404 views

The CLDR provides a repository of locale data. In Java, you can access a list of CLDR month abbreviations for a given locale, as follows: String[] usMonthAbbrevs = new DateFormatSymbols(Locale.US)....
0 votes
1 answer
1k views

GET `https://github.com/unicode-cldr/cldr-units-modern/archive/36.0.0.zip` Whops Error making request. The above error is coming while trying do : npm i cldr-data We have an angular project that is ...
0 votes
0 answers
136 views

In Unicode Locale Data Markup Language(LDML), since version 24, the element and its sub-elements is deprecated. But the MySQL example still uses deprecated element. The collation defined when I ...
1 vote
0 answers
257 views

Java 15 uses version 37 of CLDR(Common Locale Data Repository), as for Java 17 - it uses the latest (v39). Is there any way I can set java to use the latest cldr version without needing to upgrade the ...
6 votes
1 answer
1k views

Somewhere between Java 11 and 17 currency formatting changed to where this: NumberFormat.getCurrencyInstance(Locale.CANADA_FRENCH).format(100.00) would print 100,00 $ CA instead of 100,00 $. Is there ...
2 votes
1 answer
715 views

The cldr-data package is defined something like: function cldrData(path) { // ... } cldrData.all = function() { // ... } cldrData.entireMainFor = function(locale/*, ...*/) { // ... } cldrData....
5 votes
0 answers
662 views

I'm using the en_GB locale, but a similar issue may also affect other en_XX locales. Under Java 15 the following code works: LocalDate.parse("10-Sep-17", DateTimeFormatter.ofPattern("dd-...
0 votes
0 answers
469 views

I developed a really basic transliterator in java with the icu library. It is working fine for most cases. as transliterationRule I tried e.g "Any-Latin", "Any-Cyrillic", "Any-...

15 30 50 per page
1
2 3 4 5

AltStyle によって変換されたページ (->オリジナル) /