bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

strftime for Ukrainian language


From: Volodymyr M. Lisivka
Subject: strftime for Ukrainian language
Date: Tue, 6 May 2003 19:29:52 +0300

I rewrote Ukrainian locale from scratch and found problem
with current realization of "strftime" and Ukrainian locale.

Name of the month in date, in Ukrainian language, must be in
another form, than in calendar. At example:

 Month name      Date
 sichen`         1-e sichnya 2003-ho roku
 lyutyj          1-e lyutoho 2003-ho roku
 ...

With current "strftime" realization, I can't create
proper date format for Ukrainian locale.

IMHO You must add separate lists for month/day names for calendar
and for date or add special extension to strftime. like this:

%{sichnya,lyutoho,...}B


to solve this problem.

--
Best regards,         mailto:address@hidden
Volodymyr M. Lisivka  ICQ#14549856




reply via email to

[Prev in Thread] Current Thread [Next in Thread]