AlexandreLocas

Results 10 comments of AlexandreLocas

I'm having the same issue here with Umbraco 9.5. @mattbrailsford : Did you find a solution ?

Hi, see uSync8 doc : https://jumoo.co.uk/usync/docs/v8/contentEdition/dictionaryHandler/

FYI we ended up using https://github.com/RobinHerbots/Inputmask instead.

Hi, here is a simple snippet we use: `using (TNEmulator emulator = new TNEmulator()) { emulator.Connect("x.x.x.x", port, null); emulator.WaitForText(1, 21, "my string on screen", 10000); string screenContent = emulator.CurrentScreenXML.Dump(); emulator.SetText("myText",...

You are right about `System.Text.Encoding.Default`. `Unicode` does not work but `UTF7` does.

I tried using Unicode and UTF8 without success. Maybe its the mainframe we are connecting to that is configured that way (UTF7). In that case we do not have any...

No it is not a public server.

These characters : é, è, ê, ë, ô, î, ç, à, â