Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
127 views

Search text in an oracle database for characters like 'a' to match the following characters: 'a', 'à', 'â' and 'ä'

I have an Oracle database with data in French language. My users mentionned that they would like to be able to find data, regardless of accents on characters, so words like: École could be found ...
4
votes
4answers
627 views

C# Time Formatting. Localization to French how do I get the output “5h 45” for 5:45?

I'm attempting to format dates for a French customer. I need to format Times as shown in the following examples... 06:00 -> 6 h 08:45 -> 8 h 45 10:30 -> 10 h 30 15:00 -> 15 h 17:22 -> 17 h ...
4
votes
3answers
438 views

Indexing and searching French text with diacritics in Lucene

I am using Lucene Search. I have uploaded a French file (french.txt) with the following content. multimédia francophone pour l'enseignement du français langue étrangère If I search for francophone ...
3
votes
3answers
376 views

European language/french stemmer in Javascript

I am in need of a stemmers written in Javascript for european languages. I'm currently looking for a french stemmer, but if there's stemmer for any other language, please let me know. There are ...
3
votes
3answers
299 views

ColdFusion, CFDirectory and the French

We have a ColdFusion file library management system that is being taken off an old ColdFusion 4 server and moved onto the new system which is based on ColdFusion 8. All our files and folders are in ...
2
votes
4answers
82 views

Why the system.out.println() returns different French characters on French OS

Hi this is a simple question, don't know the answer myself though... The output of following code running on a French OS is public class FrenchTest { public static void main(String[] args){ ...
2
votes
1answer
93 views

Vim - Extra space inserted after accented letters or ñ

I have a question about Vim. I'm on a Mac OS X Snow Leopard and compiled vim to start using the editor. Occasionally I type in other languages. I found that when typing in accented letters an extra ...
2
votes
2answers
477 views

Convert French to ASCII (French speakers are wanted)

i need to convert French text to most correct analogue in ASCII. Let me explain. In German you should convert ä to ae, this is not simple removing of diacritics, it is finding most correct analogue. ...
2
votes
2answers
177 views

What are the best tech podcasts in French? [closed]

Does anyone know of quality, weekly tech podcasts in French similar to e.g. Hanselminutes, .NET Rocks, Code Cast?
1
vote
3answers
123 views

jQuery problem with French language or characters [closed]

I have a really strange problem with my jQuery site. I created a site for three languages; German, English and French. I created three index.html files; index, indexE and indexF. I also created ...
1
vote
1answer
64 views

One or two XML files for English and French Content?

I am rebuilding a Google Map and I need to present the infowindow content in two languages (English and French) on two maps (one for each language). At present, I have two XML files (one for each ...
1
vote
0answers
405 views

PHP DOMDocument nodeValue dumps literal UTF-8 characters instead of encoded

I am experiencing an issue similar to this question: nodeValue from DomDocument returning weird characters in PHP The root cause that I have found can be mimicked with mb_convert_encoding() In my ...
1
vote
2answers
118 views

has anyone had any success trying to use cucumber with non english speaking people writing stories?

i like cucmber stories. they just look great. I am trying to find a way to use them in my daily work as a projet manager / developer / tester / analyst (you name it :p). problem ? my clients speak ...
1
vote
1answer
937 views

DOMDocument encoding problems / characters transformed

I am using DOMDocument to manipulate / modify HTML before it gets output to the page. This is only a html fragment, not a complete page. My initial problem was that all french character got messed up, ...
1
vote
4answers
214 views

Unpacking archives featuring file with french names

I'm struggling to deliver an project to a client. The job is to package files into an archive; simple, right? Well, the files have (and must have) french characters in their names. I'm archiving ...
1
vote
1answer
487 views

GWT: Wrong Key Codes generated with a French keyboard

On any french keyboard(AZERTY) the dot char '.' is generated with (Shift + ;) combination while the percent char '%' is generated with (Shift + ù) combination So when I type one of the above ...
1
vote
2answers
312 views

LaTeX: remove spaces in French

I write LaTeX docs in French, and babel package puts extra spaces before colons (:). It is usefull, but I don’t want it in URLs: http ://docbook.org/ns/docbook Any thoughts how to solve problem? ...
1
vote
4answers
2k views

accented French characters

Is there any problem with ASPX to render french accented characters? I am using utf-8 to encode. I never had any problem like this before (but since this is the first time I am working on an ASP ...
1
vote
4answers
1k views

French wordlist

I'm searching for a wordlist to make a scrabble like game which would be in french
0
votes
1answer
27 views

French characters are converted to garabge while getting from UI

I have a simple portlet application on websphere portal server. On the UI (jsp), there is a text area where user enters some french text and then the portlet gets it and updates to DB. I enter the ...
0
votes
1answer
36 views

Encoding French characters in PHP

I have an XML document full of "producers": <producer> <name></name> <owner></owner> <address> <civic></civic> <mailing/> ...
0
votes
3answers
78 views

regex validation using javascript - French Alphabets not working in IE6

We have HTML form which will allow french alphabets. So we have added validation to check only alphabets and not numbers. We have used regular expression to achieve this using javascript validation. ...
0
votes
0answers
54 views

Outlook - How to verify if there's sub-folders?

I'm looking for some help for a small application i've done. I must verify if sub-folders exists in my Outlook, then select those sub-folders. Actually, i select a folder with the getDefaultfolder, ...
0
votes
3answers
114 views

CakePHP form builder drop down not preserving french accents

The label shows up correctly, but for some reason the options in the drop down menu do not. echo $form->input('job_category', array('label'=>'Emploi Cat&eacute;gorie', ...
0
votes
1answer
48 views

How to add the French language package and use it in tinymce package?

We are using Moxiecode.tinyMCE.dll in one of our project. This project is a ASP.net website using C#. We added one text area. All the controls are working as expected in English. Please let me know ...
0
votes
1answer
94 views

Where to find french dictionary for ispell?

I am editing documents in French with Emacs, ispell comes will English dictionary by default. When I try ispell-change-dictionary, it proposes francais-tex, francais7 and francais in the list. But ...
0
votes
0answers
30 views

Multi-lingual site charset problem

I just started work on a multi-lingual project that uses MySQL and PHP. I am running into a problem when we try to submit a form using the French letter à. It seems other letters with accents fly ...
0
votes
0answers
243 views

NSData read french characters from XML

From my webservice I am spitting out an XML which contains french characters. On my iPhone side I am doing: NSData *myData = [NSData dataWithContentsOfURL: [NSURL URLWithString:url]]; NSString * ...
0
votes
2answers
29 views

best practice - multi domaine - mutli language

It's not easy to made up your mind on this kind of things, For the same website I've got 3 domain: .fr .com .co.uk to start with it was to avoid peeps to buy the same name. I used have my content ...
0
votes
1answer
160 views

French stemmer in php?

Anyone knows an implementation of a french stemmer in PHP ? Could not find one ... This link has a collection of usefull resoursces however nothing in php ...
0
votes
1answer
301 views

AS3 French special characters and navigateToURL problem

I'm trying to pass accented French characters into an email using the code below, strangely the ' character comes through Ok, but the é comes through as È, does anyone know why? Thanks! body ...
0
votes
2answers
528 views

Sharepoint designer is replacing french characters with &#65533;

First of all, I'm not a web designer, I'm a programmer, so I'm working a bit out of my knowledge area. However, as the person in my office who has some working knowledge of French, I'm stuck with ...
0
votes
3answers
120 views

french chars html - javascript

I have an html page were i can fill in some text and send (with javascript) this to an sql-database. On my pc, everything works fine, but on another one (a french windows), it doesn't save my chars ...
0
votes
1answer
723 views

Creating files with french characters and encoding

HI, I am creating a file like so. FileStream temp = File.Create( this.FileName ); Then putting data in the file like so. this.Writer = new StreamWriter( this.Stream ); this.Writer.WriteLine( ...
0
votes
1answer
588 views

Using FOP to generate french PDF document, having problem with œ character

I am using iso-8859-15 encoding both in xml data and in the xslt style sheet. But when I try convert XML doc to FO document 'œ' does'nt show up it shows up as '?' Below is the example of the ...