160 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
47
views
How to get the French tooltip text button to work? It works in English and German
HTML Newbie here
I want a button that uses the normal encoding, and also displays French. However, there are also some apostrophes (French altert texts is: Dans l'envelope.), so naturally I escaped ...
1
vote
0
answers
87
views
Strange characters appearing on merge conflict
I'm working on a French WinForm application and in the team we are using multiple git clients (VS studio, GitKraken, etc.) to manage branches and so on.
I'm currently using Git Fork with the ...
1
vote
1
answer
129
views
How to prioritize French OCR over Arabic when using Tesseract (fra+ara) on bilingual documents?
I'm working on scanned documents (registers) that contain both French and Arabic text.
When I run Tesseract OCR with lang='fra', all the French text is extracted perfectly.
But when I use lang='ara+...
2
votes
1
answer
106
views
ESC/POS Thermal Printer WD8260 - Fr Special Characters (é, è, à) Not Displaying Correctly in PHP
I'm working with a WD8260 thermal printer using PHP and the Mike42/escpos-php library. I'm having issues with French special characters not displaying correctly in the printed output.
Current setup:
...
0
votes
0
answers
53
views
Incorrect French characters php - website [duplicate]
I inherited a website to rebuild, which is displaying French characters incorrectly (â€TM for ‘, é for é, à ̈ for è and so on). These characters are also present as such in the mysql database. The ...
0
votes
0
answers
68
views
Narrow no-break space not functioning in Firefox?
My question is related to this post : How to render narrow non-breaking spaces in HTML for Windows?
According to a 2021 addendum, the NNBSP character should be correctly rendered in "all major ...
0
votes
1
answer
128
views
French Characters not being correctly represented in Delphi 2007
I have a Delphi 2007 application. We recently discovered that a few French accented characters do not display correctly:
Œ : Displays as a ? or a boldened |
œ : Displays as a ? or a boldened |
Ÿ : ...
1
vote
2
answers
246
views
Benepar for syntactic segmentation
I want to use Benepar with a French model to do a syntactic segmentation.
I followed the tutorial but I have always have this error
RuntimeError: Error(s) in loading state_dict for ChartParser:
...
1
vote
1
answer
139
views
I can't tell System Events to click menu items with an apostrophe in it
I recently switched my laptop to French from German.
In German, I used an applescript that clicks "Open Recent" in the menu "File" so I can access recent files with a keyboard ...
0
votes
1
answer
89
views
Pretrained Translation model(french to english) for food related data
I am working on a project that involves mapping between two food-related datasets. One dataset is in French, and the other is in English. Both datasets have a "food name" field, but I am not ...
0
votes
1
answer
1k
views
Eclipse MarketplaceDiscoveryStrategy failed with an error
Hi everyone!
I had a problem with my Eclipse Marketplace when I searched how to show Copilot Chat (because I don't have the option).
I want to look if my Copilot is up to date, but my Marketplace show ...
0
votes
0
answers
150
views
C# Problem with Windows 11 number parsing
I need help with number parsing. I'm using double.TryParse() method to convert a string to a double. It's working on Windows 10, but not working on Windows 11. (with .net Framework4.8 and .net8)
I ...
0
votes
1
answer
128
views
Isn't python supposed to work with latin characters?
My end goal is to simplify a text into purely words from one text file to a new one. However it is in french and uses latin chracaters like é, ç or ù. However my code only changes them into a space ...
0
votes
1
answer
241
views
Google Places API : some countries (french DOM-CROM) are not listed in autocomplete
I'm looking to autocomplete locations of french DROM-COM (overseas administrative departments and territories) but they are not listed in the results.
Here are my config :
var options = {
types: ['...
3
votes
1
answer
172
views
Why C#'s NumberFormatInfo returns the arabic percentage symbol for the french culture?
If you execute this C# code:
using System.Globalization;
using System;
public class HelloWorld
{
public static void Main(string[] args)
{
CultureInfo.DefaultThreadCurrentCulture = new ...