Home » U++ Library support » U++ Library : Other (not classified elsewhere) » Bug: problem with special characters on Button
Bug: problem with special characters on Button [message #42225] |
Fri, 28 February 2014 15:01 |
|
Alboni
Messages: 214 Registered: January 2012 Location: Deventer, Netherlands
|
Experienced Member |
|
|
When setting a label on a Button where the last position is a special character, the button shows 3 squares instead of the character. My workaround for now is to add a space at the end.
(Using utf-8 encoding)
Example:
Button b;
b.SetLabel("Pita Hamö"); // ö becomes 3 squares
b.SetLabel("Pita Hamö "); // shows correctly
[Updated on: Fri, 28 February 2014 15:03] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Fri Nov 01 02:03:22 CET 2024
Total time taken to generate the page: 0.01755 seconds
|