non-latin
Translating non-latin characters from a latin only system
Apologies if this has already been answered previously... We\'ve got an online mail reader (php based) that currently substitutes \"�\" or the upright rectangle for non-latin based characters in a w[详细]
2023-03-28 21:40 分类:问答how to (a) write non-latin text in phpMyAdmin and (b) show it on a browser using php
I have seen some solutions but I can\'t seem to understand how to make it work. (a) in phpMyAdmin I can select between these 2 options for hebrew:[详细]
2023-03-24 04:30 分类:问答Replace all non latin characters with their latin a-z counterparts and word count in VBA
I am trying to write a script in VBA that will: replace all É and other similar characters with their latin[详细]
2023-03-13 07:16 分类:问答MySQL: adding support for Asian characters to an existing database
I\'m looking for a best-开发者_开发知识库practices approach to adding support for Asian character sets to an existing database. We have existing tables that are in the latin1 charset:[详细]
2023-02-22 01:14 分类:问答iPhone encoding of non latin characters
I am trying to parse a JSON response of a GET request. When the characters, are latin no problem. However when they are not latin the message doesn\'t come out correctly. I tried greek and instead o[详细]
2023-02-11 14:14 分类:问答Regex validation on UTF8 / multi byte 'language' characters (inc chinese etc) but not special characters such as {/*
Using PHP / MySQL all encoded up as UTF, we have recently had to start capturing non-Latin characters, such as Chinese etc. We have PHP validation that checks the string length a开发者_运维技巧nd alph[详细]
2023-01-13 18:57 分类:问答word boundary on non latin characters in php
This example works fine: echo preg_replace(\"/\\bI\\b/u\", \'we\', \"I can\"); // we can This one were russian letters are used does not work even though I use \"u\" modifier:[详细]
2023-01-13 07:36 分类:问答xslt disable-output-escaping turns non-latin characters into question marks "...???????????..."
I\'m using xslt do display Solr response in html, my xsl file is in UTF-8 and non-latin characters (arabic) are nicely displayed, the problem is that when I use[详细]
2022-12-22 08:56 分类:问答