|
@@ -3157,6 +3157,7 @@ def:
|
|
|
goto next;
|
|
goto next;
|
|
|
case '\xb0': // Degrees symbol
|
|
case '\xb0': // Degrees symbol
|
|
|
buf[0] = ((unsigned char *)p)[0];
|
|
buf[0] = ((unsigned char *)p)[0];
|
|
|
|
|
+ break;
|
|
|
#endif
|
|
#endif
|
|
|
case '\xb5': // Mu (SI prefix micro-)
|
|
case '\xb5': // Mu (SI prefix micro-)
|
|
|
#ifdef USE_UNICODE
|
|
#ifdef USE_UNICODE
|