search for: latin2

Displaying 20 results from an estimated 24 matches for "latin2".

Did you mean: latine
2001 Aug 27
1
foreign characters in R plots
Hi, I am sorry to bother you with such a (presumably) simple question, but I have spent a couple of hours browsing the net and R documentation and came up with no answer to it. My problem is that I need to use Latin2 (ISO8859-2) characters in my plots. Adding an encoding="..." parameter to the postscript function does not solve the problem, as the characters still don't show up. Then I tried to copy the standard X11 .afm latin2 fonts to R's font directory. This didn't help either. I guess...
2014 Dec 05
7
metaflac --no-utf8-convert complains about UTF
...for me: $ metaflac --no-utf8-convert --set-tag="Artist=?ou?l??ek" aladin.flac aladin.flac: ERROR: tag value for 'Artist' is not valid UTF-8 (You probably can't see the Czech letters properly in my mail, but that's beside the point.) Indeed, it is not valid UTF8 (it's LATIN2), but isn't metaflac supposed to just write it as specified, with this option? Jan
2007 Dec 06
0
[PATCH][IOEMU] Add latin2 key symbol definitions
Attached patch adds latin 2 key symbol definitions to vnc_keymap.h Allows Hungarian users plus others to enter their language specific accented characters. Please apply to xen- unstable. Signed- off- by: Pat Campbell <plc@novell.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2014 Dec 06
0
metaflac --no-utf8-convert complains about UTF
...ossible that the "local charset" or "locale" will be the same on the command line and in the application interpreting the characters, but that's not always true. Or, to put it another way, isn't the assumption that all tags in a FLAC file are UTF-8? Thus, if you provide LATIN2 and don't allow metaflac to convert, then it's sure to be garbage. By the way, I can see the Czech letters properly in your email, because it has a header saying Content-Type: text/plain; charset="iso-8859-2" and my Mac uses that information to decode the characters correctly. No...
2014 Dec 07
0
metaflac --no-utf8-convert complains about UTF
...utf8-convert --set-tag="Artist=?ou?l??ek" aladin.flac > aladin.flac: ERROR: tag value for 'Artist' is not valid UTF-8 > (You probably can't see the Czech letters properly in my mail, > but that's beside the point.) > > Indeed, it is not valid UTF8 (it's LATIN2), but isn't metaflac > supposed to just write it as specified, with this option? On Dec 06 09:54:55, hans at stare.cz wrote: > The problem seems to be in > src/metaflac/operations_shorthand_vorbiscomment.c > in the set_vc_field() function. > > It does check whether utf conve...
2007 Feb 18
1
dbi, rodbc, rmysql, charset problem
Dear List In my short life as a beginning R-user i've encountered a following problem that i'm unable to solve myself: I have a database in MySQL containing table and field names as well as some data containing Polish accentuated characters (like ????), utf8-encoded. It works just fine with just any external query browser i can find, jdbc, odbc, native, whatever. Also mysql is happy
2002 Mar 15
1
Non-english fonts in plots
Hello to all I've got a question concerning use of fonts while making plots in R. I wanted to know if it is possible for me to use polish letters in functions like text() title() etc. Looked up characters, which can be obtained via Hershey(), but there are none of them. I made plots using postscript(), pdf() or png() device to export them to MSWord or LaTeX. Windows ANSI CE #dec codes of
2007 Jan 18
1
encoding issues even w/o accents
...9; file is not entirely in ASCII it should contain an `Encoding' field specifying an encoding. This is currently used as the encoding of the `DESCRIPTION' file itself, and may in the future be taken as the encoding for other documentation in the package. Only encoding names `latin1', `latin2' and `UTF-8' are known to be portable. I would not expect that the test output files be considered "documentation," but I suppose that's subject to interpretation.
2009 Jul 12
3
Installing mysql with macports
...ng for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking "character sets"... default: latin1, collation: latin1_swedish_ci; compiled in: latin1 latin1 utf8 big5 cp1250 cp932 eucjpms euckr gb2312 gbk latin1 latin2 sjis tis620 ucs2 ujis utf8 checking whether to compile national Unicode collations... yes checking whether build environment is sane... yes checking whether make sets $(MAKE)... (cached) yes checking for gawk... (cached) awk checking for gcc... /usr/bin/gcc-4.0 checking for C compiler default outpu...
2002 Dec 13
1
Browsing on remote subnets, domain logons
...e domain, right? Have you any good ideas, how to solve this? Can I sync browse list for different domains? Must I have workgroup same with domain on workstations, or can I have one workgroup in two domains? That would get browsing easier. (sorry for my english) (I sent this message already, but in Latin2 encoding, so you seen only block of octets, i think.) I hope you are smarter than me, Pihhan
2006 Aug 14
1
UK Pound Signs being handled as \243?
Hello, It seems like something has recently caused ? symbols to be displayed as \243 on our FreeBSD 6 server. We think this is causing our rails-based payment system to fail to process transactions which is obviously very bad for us! Why / How would this start happening? The server is configured to use UK ISO keyboard map and it was working fine until recently. I''m at a loss to
2011 Jul 11
1
Sweave in R 2.13.1 doesn't support cp1250 encoding
I upgraded R on windows xp from 2.12.2 to 2.13.1 and now I can not process Rnw files with windows cp1250 encoding. Sweave complains: file.Rnw declares an encoding that Sweave does not know about What can I do beside downgrade R? When will Sweave support more encodings? Has anybody found a solution? Regards, Tomaz
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires. Maybe a good news for those who want to use R in their local languages. Recently two Japanese, E. Nakama and M. Okada, succeeded in "making R speak Japanese". At present, R can handle Japanese (as well as other languages, I guess) character strings if one use consoles which can understand Japanese. Also P. Murrell kindly provided a
2003 Aug 06
2
L10N and i18n of R
Dear R-users of non-English speaking countires. Maybe a good news for those who want to use R in their local languages. Recently two Japanese, E. Nakama and M. Okada, succeeded in "making R speak Japanese". At present, R can handle Japanese (as well as other languages, I guess) character strings if one use consoles which can understand Japanese. Also P. Murrell kindly provided a
2007 Aug 31
1
locales and readLines
R-developers, I'm looking for some 'best practices', or perhaps an upstream solution (I have a deja vu about this, so sorry if it's already been asked). Problems occur when a file is encoded as latin1, but the user has a UTF-8 locale (or I guess more generally when the input locale does not match R's). Here are two examples from the Bioconductor help list:
1998 Nov 13
0
R-0.63 is released
...obsolete. o Added bug.report() to generate & send bug reports from within R. o The PostScript device driver now uses the ISO Latin1 font encoding. This should allow Western Europeans to render their languages correctly. It is likely that additional encodings will be added (e.g. Latin2) when we figure out how to set the correct font encoding in printers. o The mathematical annotation code has been reworked. Italic correction works better. Additional functionality will be added. o "sample" now has an optional "prob" argument which gives the prob...
1998 Nov 13
0
R-0.63 is released
...obsolete. o Added bug.report() to generate & send bug reports from within R. o The PostScript device driver now uses the ISO Latin1 font encoding. This should allow Western Europeans to render their languages correctly. It is likely that additional encodings will be added (e.g. Latin2) when we figure out how to set the correct font encoding in printers. o The mathematical annotation code has been reworked. Italic correction works better. Additional functionality will be added. o "sample" now has an optional "prob" argument which gives the prob...
2011 Feb 12
8
CentOS 64 bit php 5.2 huge problem
Hello, i am getting the following error in CentOS 64 bit with php 5.2 I cant get mysql functionality running and the ioncube loader Please help, i am very desperate Here is my output: [root at host ~]# php -v Failed loading /usr/local/ioncube/ioncube_loader_lin_5.1.so: /usr/local/ioncube/ioncube_loader_lin_5.1.so: undefined symbol: zend_unmangle_property_name_ex PHP Warning: PHP
1997 Nov 25
2
R-beta: Latin-1 characters in R and X
Hi! I have tried to print text with Latin-1 characters (????) from R to postscript and X11 window but when I'm using the interactive R-shell, I can't get them printed even from keyboard. Is there some configuration flags to use 7-bit or 8-bit character sets? TIA Juha -- : Juha Tikkanen -- juha.tikkanen at edita.fi -- http://www.edita.fi/ : : tel +358-9-566 0532 -- mob +358-40-557
1997 Nov 25
2
R-beta: Latin-1 characters in R and X
Hi! I have tried to print text with Latin-1 characters (????) from R to postscript and X11 window but when I'm using the interactive R-shell, I can't get them printed even from keyboard. Is there some configuration flags to use 7-bit or 8-bit character sets? TIA Juha -- : Juha Tikkanen -- juha.tikkanen at edita.fi -- http://www.edita.fi/ : : tel +358-9-566 0532 -- mob +358-40-557