Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-24
2017-11-24 10:48:18 by Martin Karlgren <marty@roxen.com>
83623e37495759a8fc9e2546471edc341a2810aa (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
feature/pike81
Pike 8.1: Locale.Charset -> Charset.
497:
// the path as appropriate. return Unicode.normalize(utf8_to_string(p), "NFC"); default:
-
return
Locale.
Charset.decoder(path_encoding)->feed(p)->drain();
+
return Charset.decoder(path_encoding)->feed(p)->drain();
} #endif /* !__NT__ */ }