This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/15733] getline(wifstream, wstring) seems to be broken with UTF-8


------- Additional Comments From ahlgren at lysator dot liu dot se  2004-05-30 13:59 -------
(In reply to comment #2) 
> Again what is your env set to and are you sure that your libc is UTF-8 
compable? 
 
Yes my libc should be UTF-8 compatible, it works fine using "wcin" rather than 
"fin" as explained above. My env: 
 
KDE_MULTIHEAD=false 
SSH_AGENT_PID=2354 
HOSTNAME=skynet 
TERM=xterm 
SHELL=/bin/bash 
XDM_MANAGED=/var/run/xdmctl/xdmctl-:0,maysd,mayfn,sched,rsvd,method=classic 
HISTSIZE=1000 
GTK2_RC_FILES=/etc/gtk-2.0/gtkrc:/home/ahlgren/.gtkrc-2.0:/home/ahlgren/.kde/share/config/gtkrc 
GTK_RC_FILES=/etc/gtk/gtkrc:/home/ahlgren/.gtkrc:/home/ahlgren/.kde/share/config/gtkrc 
GS_LIB=/home/ahlgren/.fonts 
WINDOWID=46137352 
QTDIR=/usr/lib/qt-3.3 
KDE_FULL_SESSION=true 
USER=ahlgren 
XCURSOR_SIZE= 
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35: 
LD_LIBRARY_PATH=/usr/X11R6/lib:/usr/X11R6/lib/modules 
SSH_AUTH_SOCK=/tmp/ssh-JnnJ2311/agent.2311 
KDEDIR=/usr 
SESSION_MANAGER=local/skynet:/tmp/.ICE-unix/2450 
KONSOLE_DCOP=DCOPRef(konsole-2494,konsole) 
DESKTOP_SESSION=default 
PATH=/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:/home/ahlgren/bin 
MAIL=/var/spool/mail/ahlgren 
KONSOLE_DCOP_SESSION=DCOPRef(konsole-2494,session-3) 
PWD=/home/ahlgren/dev/examples 
INPUTRC=/etc/inputrc 
LANG=sv_SE.UTF-8 
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass 
SHLVL=3 
HOME=/home/ahlgren 
XCURSOR_THEME=default 
CHARMAPS=/usr/lib/utrans/charmaps 
LOGNAME=ahlgren 
LESSOPEN=|/usr/bin/lesspipe.sh %s 
DISPLAY=:0 
G_BROKEN_FILENAMES=1 
COLORTERM= 
_=/usr/bin/env 
OLDPWD=/home/ahlgren 
 

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15733


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]