Trying to format this statement:
SELECT s.`stop_strasse` AS Straße FROM `stops` s
with SQLyog Formatter results in:
SELECT
s.`stop_strasse` AS Stra ß e
FROM
`stops` s
with blanks before and after the letter “ß”
Please make formatter be aware of special foreign charakters (utf8 ?)
MySQL 5.5.25 runs statement without problem before reformatting it.
Yours
Jürgen Kehrel