MantisBT - Zandronum
View Issue Details
0003092Zandronum[All Projects] Bugpublic2017-04-25 10:522017-04-26 10:41
Korshun 
 
normalminoralways
newopen 
MicrosoftWindowsXP/Vista/7
 
 
0003092: Chat messages with non-ASCII characters are truncated to first non-space ASCII character
For example, using a wad with Russian characters:

"абвгд" - completely ignored
"абвгд " - completely ignored
"абвгд." - works
"абвгд?" - works
"абвгд!" - works
"абвгдz" - works
"абвгд . абвгд" - truncated to "абвгд ."
"абвгдzабвгд" - truncated to "абвгдz"
"abcde абвгд" - truncated to "abcde"
No tags attached.
Issue History
2017-04-25 10:52KorshunNew Issue
2017-04-25 10:56KorshunNote Added: 0017318
2017-04-26 06:00Torr SamahoNote Added: 0017335
2017-04-26 06:00Torr SamahoStatusnew => feedback
2017-04-26 10:41KorshunNote Added: 0017342
2017-04-26 10:41KorshunStatusfeedback => new
2017-04-26 10:41KorshunNote Edited: 0017342bug_revision_view_page.php?bugnote_id=17342#r10409

Notes
(0017318)
Korshun   
2017-04-25 10:56   
Actually, not to FIRST non-space ASCII character, but to LAST non-space ASCII character.
(0017335)
Torr Samaho   
2017-04-26 06:00   
2.1.2 and 3.0 handle this the same way, right?
(0017342)
Korshun   
2017-04-26 10:41   
Yes. It has been a common and long-known annoyance for Russian-speaking players, having messages destroyed if there is no period at the end. 3.0 is absolutely the same. All these examples work the same in both 2.1.2 and 3.0.