|
From: klavs k. <kl...@vs...> - 2002-03-22 10:49:11
|
Hi again guys,
I tried to create a postscript invoice, and it worked fine.
I have to "problems" with it.
1) the letters =E6=F8=E5 (danish characters) were missing.
- how can I fix this?
2) the Qty. and other lines were not in danish=20
- how can I fix this?
p.s. I read in another post, that when there is no translation for
something, it gets written in english instead. Is that what happened in
2? if so, then if you could please tell me where I can fix this, I'll be
happy to add the necessary translation and send it back to you guys so
that everyone can have a completely danish invoice :-)
--=20
Regards,
Klavs Klavsen
-------------| This mail has been sent to you by: |------------
Klavs Klavsen - Open Source Consultant=20
kl...@vs... - http://www.vsen.dk
Get PGP key from www.keyserver.net - Key ID: 0x586D5BCA=20
Fingerprint =3D A95E B57B 3CE0 9131 9D15 94DA E1CD 641E 586D 5BCA
--------------------[ I believe that... ]-----------------------
It is a myth that people resist change. People resist what other
people make them do, not what they themselves choose to do...
That's why companies that innovate successfully year after year
seek their peopl's ideas, let them initiate new projects and
encourage more experiments. -- Rosabeth Moss Kanter
|
|
From: Dieter S. <dsi...@sq...> - 2002-03-22 16:45:45
|
you probably need a \usepackage[latin1]{inputenc} in the templates.
just put it somewhere in the preamble.
Most of the tex templates are not translated.
Dieter Simader http://www.sql-ledger.org (780) 472-8161
DWS Systems Inc. Accounting Software Fax: 478-5281
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D On a clear disk you can seek forever =3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
On 22 Mar 2002, klavs klavsen wrote:
> Hi again guys,
>=20
> I tried to create a postscript invoice, and it worked fine.
>=20
> I have to "problems" with it.
>=20
> 1) the letters =E6=F8=E5 (danish characters) were missing.
> - how can I fix this?
>=20
> 2) the Qty. and other lines were not in danish=20
> - how can I fix this?
>=20
> p.s. I read in another post, that when there is no translation for
> something, it gets written in english instead. Is that what happened in
> 2? if so, then if you could please tell me where I can fix this, I'll b=
e
> happy to add the necessary translation and send it back to you guys so
> that everyone can have a completely danish invoice :-)
>=20
>=20
|
|
From: klavs k. <kl...@vs...> - 2002-03-22 16:58:07
|
On Fri, 2002-03-22 at 17:45, Dieter Simader wrote:
> you probably need a \usepackage[latin1]{inputenc} in the templates.
> just put it somewhere in the preamble.
That did the trick.
=20
> Most of the tex templates are not translated.
I'll see what I can do about the danish template :-)
--=20
Regards,
Klavs Klavsen
-------------| This mail has been sent to you by: |------------
Klavs Klavsen - Open Source Consultant=20
kl...@vs... - http://www.vsen.dk
Get PGP key from www.keyserver.net - Key ID: 0x586D5BCA=20
Fingerprint =3D A95E B57B 3CE0 9131 9D15 94DA E1CD 641E 586D 5BCA
--------------------[ I believe that... ]-----------------------
It is a myth that people resist change. People resist what other
people make them do, not what they themselves choose to do...
That's why companies that innovate successfully year after year
seek their peopl's ideas, let them initiate new projects and
encourage more experiments. -- Rosabeth Moss Kanter
|
|
From: Jonas S. <jo...@jo...> - 2002-03-22 20:42:21
|
On 22 Mar 2002, klavs klavsen wrote: > Hi again guys, > > I tried to create a postscript invoice, and it worked fine. > > I have to "problems" with it. > > 1) the letters æøå (danish characters) were missing. > - how can I fix this? > > 2) the Qty. and other lines were not in danish > - how can I fix this? > > p.s. I read in another post, that when there is no translation for > something, it gets written in english instead. Is that what happened in > 2? if so, then if you could please tell me where I can fix this, I'll be > happy to add the necessary translation and send it back to you guys so > that everyone can have a completely danish invoice :-) Hi Klavs (and the list)! The short answer is "ps and pdf only works in english currently"... Announcements contain hints not included with the distribution. If you want all possible hints from Dieter (besides mailing him directly) you will need to read both packaged documentation, web-based ChangeLog and mailinglist announcements. The following is from Dieter's announcement of version 1.8.3: > The templates are provided in English only. All foreign language > templates have to be translated yet. They are shipped so the program > won't generate a 'file not found' error. To correct the problem three different things needs to be worked out: 1) This is LaTeX related. Danish requires 8bit iso8859-1, other western european countries requires 8bit iso8859-15 and chinese probably some 16bit (double-byte) characterset. Someone knowledgeble about LaTeX and more-than-7bit charactersets please speak up! 2) "Translation aware" strings are located in locale/<language-code>. Edit the "all" file and run ./locales.pl which splits it into the other files. 3) Not all text is "translation aware". I believe all strings coming from the perl code itself is handled correctly now, but some text is hardcoded in the templates (which means if Dieter creates new templates it is not enough that locale is up-to-date). - Jonas -- Jonas Smedegaard (+45 40843136) http://dr.jones.dk/~jonas/ Spiff ApS (= IT-guide dr. Jones ApS) http://dr.jones.dk/ Debian GNU/Linux developer http://people.debian.org/~js/ |