Ticket #6013: headers_libs_icu_unicode_locid.patch

File headers_libs_icu_unicode_locid.patch, 762 bytes (added by Karvjorm, 14 years ago)

A patch to add Finnish and Swedish to libicu-common header file locid.h

  • headers/libs/icu/unicode/locid.h

     
    223223    static const Locale &U_EXPORT2 getCanada(void);
    224224    /** Useful constant for this country/region. @stable ICU 2.0 */
    225225    static const Locale &U_EXPORT2 getCanadaFrench(void);
     226    /** Useful constant for this country/region. @stable ICU 2.0 */
     227    static const Locale &U_EXPORT2 getFinnish(void);
     228    /** Useful constant for this country/region. @stable ICU 2.0 */
     229    static const Locale &U_EXPORT2 getSwedish(void);
    226230
    227 
    228231    /**
    229232     * Construct a default locale object, a Locale for the default locale ID.
    230233     *