You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
ICU: Update to version 70.1
This commit is contained in:
@@ -90,8 +90,7 @@ public:
|
||||
LocaleBuilder& setLocale(const Locale& locale);
|
||||
|
||||
/**
|
||||
* Resets the LocaleBuilder to match the provided
|
||||
* [Unicode Locale Identifier](http://www.unicode.org/reports/tr35/tr35.html#unicode_locale_id) .
|
||||
* Resets the LocaleBuilder to match the provided IETF BCP 47 language tag.
|
||||
* Discards the existing state.
|
||||
* The empty string causes the builder to be reset, like {@link #clear}.
|
||||
* Legacy language tags (marked as “Type: grandfathered” in BCP 47)
|
||||
@@ -101,8 +100,7 @@ public:
|
||||
*
|
||||
* <p>This method clears the internal UErrorCode.
|
||||
*
|
||||
* @param tag the language tag, defined as
|
||||
* [unicode_locale_id](http://www.unicode.org/reports/tr35/tr35.html#unicode_locale_id).
|
||||
* @param tag the language tag, defined as IETF BCP 47 language tag.
|
||||
* @return This builder.
|
||||
* @stable ICU 64
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user