search for: iso8859_1

Displaying 4 results from an estimated 4 matches for "iso8859_1".

Did you mean: iso88591
2005 Dec 09
1
QueryParser and utf-8 strings
Hi all, I am rather new to xapian, I just recently tried to include it in my application, so bear with me if this has already been discussed. I was playing with QueryParser and noticed that it expects input to be in ISO8859_1 encoding - characters above 0x80 are transliterated, and are not considered letters. For example, using single word (in utf-8 encoding) "bo?e" as input for parse_query, the resulting query is something like: Xapian::Query((boaa:(pos=1) OR e:(pos=2))) which makes the parse_query quite unu...
2000 Feb 08
1
DEC cc doesn't like c++ comments (PR#416)
...#39;\\') /* ordinary char, may pass through */ { /* if current font is an ISO-Latin-1 Hershey font ... */ - if (1 // _plotter->drawstate->font_type == F_HERSHEY + if (1 /* _plotter->drawstate->font_type == F_HERSHEY */ && _hershey_font_info[raw_fontnum].iso8859_1) { int i; @@ -334,7 +334,7 @@ esc[2] = (unsigned char)'\0'; /* have an escape sequence */ /* is this an escape seq. (e.g. \#H0001) for a raw Hershey glyph? */ - if (1 // _plotter->drawstate->font_type == F_HERSHEY + if (1 /* _plotter->drawstate->fo...
2006 Apr 02
2
"Quiz" site
Hi, I am thinking about how to best design a quiz site in RoR. I think it should be fairly easy, but have run into a wall. In the simplest form, the view would grab all of the questions for a particular quiz and display them (e.g. multiple choice, so 4 option buttons per question). However, I can''t figure out how to "mark" the quiz. The form is submitted to the
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...;/ins><span class="cx"> </span><ins>+All filenames (including the Default topic) are relative to the location +of .hhp file. + +_Localization note_ In addition, .hhp file may contain the line + + Charset=<rfc_charset> + +which specifies what charset (e.g. "iso8859_1") was used in contents and +index files. Please note that this line is incompatible with MS HTML +Help Workshop and it would either silently remove it or complain with +some error. + +h3(#hhc_contents_file). Contents file (.hhc) + +The contents file lists the hierarchical structure of the help...