Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2002 11:22:24 +0100
From:      Martin Karlsson <martin.karlsson@visit.se>
To:        Ricardas Cepas <rch@richard.eu.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: utf-8 locales in freebsd ?
Message-ID:  <20020119102224.GA6408@foo31-249.visit.se>
In-Reply-To: <20020119093102.GO77146@richard.eu.org>
References:  <20020119063710.GA2750@foo31-249.visit.se> <20020119093102.GO77146@richard.eu.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi! I lost you halfway trough, hope you don't mind helping me out :)

On Sat Jan 19, 2002 at 11:31:02AM +0200, Ricardas Cepas wrote:
[...snip...]
> You need to do something like this using your locale name, LOCALEDIR is 
> /usr/share/locale:
> install -d ${LOCALEDIR}/lt_LT.UTF-8/
> ln -fs ../la_LN.ASCII/LC_COLLATE ${LOCALEDIR}/lt_LT.UTF-8/LC_COLLATE
> mklocale -o ${LOCALEDIR}/lt_LT.UTF-8/LC_CTYPE attached_file/lt_LT.UTF-8.src
> grep -v '^#' 
> <your_date_definition_file_converted_with_iconv_to_utf-8_lt_LT.UTF-8.src.new >${LOCALEDIR}/lt_LT.UTF-8/LC_TIME
[...snip...]

I successfully made it up to "grep -v '^#'". The output of that command
appears to be... well, nothing. I'm pretty sure I've misunderstood you.

Then, after having converted /usr/share/locale/sv_SE.ISO_8859-1/LC_TIME
(iconv -f iso-8859-1 -t utf-8 ...LC_CTIME > sv.SE.UTF-8.src.new), I
understood I was supposed to run the above "mklocale..."-command (with
LC_TIME instead of LC_COLLATE). When I try that, I get "Lex is
skipping...[one char at the time], syntax error.

Please help me get back on track!

TIA

-- 
Martin Karlsson
		<martin.karlsson at visit.se>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020119102224.GA6408>