Thread: Aura H2O AutoShelf beta
View Single Post
Old 07-01-2020, 02:10 PM   #178
NiLuJe
BLAM!
NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.NiLuJe ought to be getting tired of karma fortunes by now.
 
NiLuJe's Avatar
 
Posts: 13,506
Karma: 26047202
Join Date: Jun 2010
Location: Paris, France
Device: Kindle 2i, 3g, 4, 5w, PW, PW2, PW5; Kobo H2O, Forma, Elipsa, Sage, C2E
Yep, works w/ libc routines:

Code:
[root@dahlia root]# BLAH="héhé" && echo ${#BLAH} && echo ${BLAH:2} && echo ${BLAH:3}
4
�hé
hé
[root@dahlia root]# ./busybox_locales ash
[admin@dahlia root]# BLAH="héhé" && echo ${#BLAH} && echo ${BLAH:2} && echo ${BLAH:3}
6
�hé
hé
Except said libc routines are broken by the lack of compiled locales by default .
NiLuJe is offline   Reply With Quote