repo.or.cz
/
factor
/
jcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' of git://factorcode.org/git/factor
[factor/jcg.git]
/
basis
/
alien
/
strings
/
unix
/
unix.factor
blob
a7b1467344d64b96ad8d766adf168245374ddd9b
1
! Copyright (C) 2008 Slava Pestov.
2
! See http://factorcode.org/license.txt for BSD license.
3
USING: alien.strings io.encodings.utf8 system ;
4
IN: alien.strings.unix
5
6
M: unix alien>native-string utf8 alien>string ;
7
8
M: unix native-string>alien utf8 string>alien ;