* [Buildroot] Problem with Languages Busybox
@ 2014-06-12 20:15 Correa
2014-06-16 6:00 ` Arnout Vandecappelle
0 siblings, 1 reply; 2+ messages in thread
From: Correa @ 2014-06-12 20:15 UTC (permalink / raw)
To: buildroot
Hello, I am new at this.
I built a system with buildroot-2014.02 glibc and buildroot toolchain, I
have problems with my language that is Spanish when I press the letter ?,
?, ?, ?, ?, ? or ? it appears on the terminal (arg: 1). I did the loadkmap
< es.bin. if the file has this characters also they aren't showed.
What can I do to give support to the language?
Best Regards
*Julian Correa RomeroJefe de Investigaci?n y DesarrolloM: +57 3173732371T:
+572 6689603 Ext 27624D: Av. 2D N 24 N
75Cali,Colombiajulian.correa2@musicar.com
<http://www.google.com/url?q=http%3A%2F%2Fwww.musicar.com%2F&sa=D&sntz=1&usg=AFrqEzctBJDr1YXEo3MSO8ztTF4mITUUaw>**Estamos
en: **Colombia ? Venezuela ? El Salvador ? Panam? ? Costa Rica*
*Nuestros valores: **Integridad ? Orientaci?n al cliente ? Innovaci?n ?
Respeto ?*
*Responsabilidad Social ? Compromiso con los resultados ?? Flexibilidad
al cambio*
--
La informaci?n contenida en este e-mail y sus anexos, es confidencial y
solo puede ser utilizada por la persona a la cual est? dirigida. Si Usted
no es el receptor autorizado, cualquier retenci?n, difusi?n, distribuci?n o
copia de este mensaje y sus anexos, es prohibida y sancionada por la ley.
Si por error recibe este mensaje, por favor reenviarlo al remitente y
borrar el mensaje recibido inmediatamente.
This message, including any attachments, contains confidential information.
If you are not the intended recipient and received this email by mistake,
please refrain from using or revealing it in any way. Please inform the
sender and delete it. Any unauthorized use, disclosure or distribution of
this message is strictly prohibited.
Evita imprimir este mensaje si no es estrictamente necesario, de esta
manera ahorramos agua, energ?a y recursos forestales, MUSICAR contribuye
con nuestro medio ambiente.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20140612/1a308cba/attachment.html>
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Buildroot] Problem with Languages Busybox
2014-06-12 20:15 [Buildroot] Problem with Languages Busybox Correa
@ 2014-06-16 6:00 ` Arnout Vandecappelle
0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2014-06-16 6:00 UTC (permalink / raw)
To: buildroot
On 06/12/14 22:15, Correa Romero, Julian wrote:
> Hello, I am new at this.
>
> I built a system with buildroot-2014.02 glibc and buildroot toolchain, I have
> problems with my language that is Spanish when I press the letter ?, ?, ?, ?, ?,
> ? or ? it appears on the terminal (arg: 1). I did the loadkmap < es.bin. if the
> file has this characters also they aren't showed.
>
> What can I do to give support to the language?
First of all, I'm surprised you don't have this on your host machine, since
this is normal bash behaviour.
From the bash manual:
convert-meta (On)
If set to On, readline will convert characters with the eighth bit set to
an ASCII key sequence by stripping the eighth bit and prefixing an escape
character (in effect, using escape as the meta prefix).
Since ? in UTF-8 is encoded as 0xc3 0xb1, this sequence is interpreted by bash
as M-C M-1. M-C is not bound to anything by default so is ignored. M-1 is bound
to digit-argument.
So to solve this problem, add the following to your .inputrc:
set convert-meta Off
Note that bash will still expand these characters to escape sequences, but it
should be sufficient for typing file names. Read the man page to find out how to
solve _that_ issue.
Regards,
Arnout
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-16 6:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-12 20:15 [Buildroot] Problem with Languages Busybox Correa
2014-06-16 6:00 ` Arnout Vandecappelle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox