mirror of
https://github.com/ksherlock/mpw-shell.git
synced 2025-01-15 03:30:00 +00:00
white space.
This commit is contained in:
parent
05f48c6a3c
commit
62612a10d3
@ -114,7 +114,7 @@ std::string utf8_to_macroman(const std::string &s) {
|
|||||||
//not utf8...
|
//not utf8...
|
||||||
}
|
}
|
||||||
tmp = (tmp << 6) + (c & 0b00111111);
|
tmp = (tmp << 6) + (c & 0b00111111);
|
||||||
if(--cs == 0) {
|
if (--cs == 0) {
|
||||||
c = unicode_to_macroman(tmp);
|
c = unicode_to_macroman(tmp);
|
||||||
if (c) rv.push_back(c);
|
if (c) rv.push_back(c);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user