Search Results

0
votes

What is the best way to get a string that fits the provided width in pixels?

You can approximate the width of a string as being the sum of the width of sub-strings. If your substrings are bounded by whitespace† it may even be a pretty good approximation. But you can't know …
0
votes

How to decode a string that has been UTF-8 encoded twice to simple UTF-8?

When you write "The MySQL .Net connector downloads them this way." there's a good chance this means the MySQL .Net connector believes it is speaking Latin-1 to MySQL, while MySQL believes the conve …