french

French wordlist

I'm searching for a wordlist to make a scrabble like game which would be in french ...

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 problem I am facing. The xml data is as follows: Nous sommes sous l'emprise du Divin cœur de Celui que mon fils vénère par-dessus in the fo fil...

What are the best tech podcasts in French?

Does anyone know of quality, weekly tech podcasts in French similar to e.g. Hanselminutes, .NET Rocks, Code Cast? ...

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 English, French and Spanish. Using CFDirectory in CF8 to load and display these files and folders is causing two issues with the French and...

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( strMessage ); That code is encapsulated in a class hierarchy but that is the meat and potatoes of it. My problem is this. MSDN says that the ...

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 server is there any fix?) e.g Événements = Événements Journées fériées = Journées fériées Is this an encoding problem? or is there any ...

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 correctly. french chars like é, è, â,.. were saved as 'É', or something like that. I googled a lot but still did not found any solution,...

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. Please help me with French. I found that there is no programmatic way to do it, i create Dictionary<char, string>. To convert (+ capitals):...

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? Thanks! ...

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 this issue. The Problem: Sharepoint Designer is replacing all French accented characters with the &#65533; (square box or diamond-? �) chara...

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 combinations in a GWT text area to write '.' or ' %', the key codes generated for these events are KEY_DELETE in the former case and KEY_LEFT in th...

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 ="J%27ai d%E9couvert ce site et j%27ai pens%E9 qu%27il pourrait vous int%E9resser :"]; var request:URLRequest = new URLRequest("mailto:"+ testEm...

Indexing and searching French text with diacritics in Lucene

I am using Lucene Search. I have uploaded french file with following content. french.txt multimédia francophone pour l'enseignement du français langue étrangère If I search for francophone then it shows file in search result. Now when I search for multimédia or français or étrangère word it does not show any result. I have tried to ...

European language/french stemmer in Javascript

Hello, 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 stemmers available in Java, but not for javascript! Here are the Java implementations: http://snowball.tartarus.org/ You can download al...

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 from the linux command line, she's opening from the desktop on windows. At first, I tried 'zip', and it didn't work out. Character support ap...

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, which I was able to correct after some trial-and-error. Now, it seems only one problem remains : ' character gets transformed into ? . Th...

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 french only. No english. i see that cucumber seems to support 40 languages (wow!) => http://wiki.github.com/aslakhellesoy/cucumber/spoken-la...

How to get french results from Apple Search API?

Hello, I know how to get information from Apple iTunes & AppStore Search API but I can't obtain french results (for description in example). Does someone know how to do it? ...

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 22 18:00 -> 18 h I've been able to use Custom Date and Time Formatting. But I seem to be stuck on this notation that the French (Canad...