Opened 16 years ago
Closed 16 years ago
#2476 closed bug (invalid)
snprintf does not like UTF8 characters like B_UTF8_COPYRIGHT
Reported by: | oco | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/libroot.so | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
In AboutSystem, the copyright label display "2001-%ld" instead of "2001-2008". It seems the problem come from the use of B_UTF8_COPYRIGHT in the string. Without it, copyright years are written correctly.
It could be possible to workaround the problem in AboutSystem. But, it would mainly hide the real problem in sprintf.
Change History (4)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
AboutSystem does display here correctly the copyright label with the years. How to reproduce ?
comment:3 by , 16 years ago
Oups ! It is my mistake. It is my quick and dirty workaround for bug #2041 that cause the problem in the AboutSystem. So, i think we can close this one...
Sorry...
comment:4 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I suspect this being a symptom of #1855.