I've got a DB in Cinese and a cxGrid connected to it. The chinese digits are displayed as '?' in grid. I tied to change the grid's CharSet but had no success. Could you help me out, pleese?
Related
I am using 2d barcode scanner ( Plug and Play ). This behaves inconsistently when used in any input field or text editor. e.g. Say I scan a barcode while my cursor is blinking in input field of Java swing application, sometimes the input from barcode gets printed in input field really quickly and sometimes I could see characters are getting printed in input field. There is a visible lag of ~second for each character.
This behavior is similar for text editor as well. Not sure how I can check this point. Is there any way to debug this point ?
I am coding in swift 3 and I want to type a message in an app but when you type more than the leght of the text field, the beginning of your typing disappears. How can I code that my tekstfield gets multiple lines of text if you type more?
Thanks for helping me
You cannot. Text fields are designed to only have one line.
Replace it with a UITextView instead.
When I view a certain webpage, the characters display properly as Chinese characters on the page. When I view the page source they look like this:
<div>又说:「我</div>
What encoding is this?
I am developing a j2me polish app,and I used words in Persian(same as Arabic) words. but in some older SonyEricsson phones the words are separated and reversed. I searched the web but I found some topic in LWUIT and not polish. how can I solve my problem in these phones.
Some devices have not persian font engine so when you try to show a persian word,you see some problem in arranging of chrarcters and ... .
You have two problems:
Separated form of characters.
Reversed arranging of characters.
To solve first problem,you can use one of these:
change the byte code of your App
use custom font
use a picture that display the word that you want to show
use fonts of device(if device has proper font)
For more details look at this link,that I answered some months ago.
To solve second problem,look at this link,I displayed an idea there.
Of course I answer those questions in persian and if you do not know persian,tell me to give you more details.Finally please tell me, if your problem will solved.
In the rich text field I choose Full alignment, but when previewed the text has left alignment. When I close and reopen the document, the text is brought back to left alignment.
How can this be resolved?
If I understand you correctly, you have a Notes Form with a Rich Text field, in which you align the text "justified", as in the screenshot below:
But if you view that in a Xpage, the text is no longer justified, neither in the read-only rendering, nor in the edit-rendering with the CKEditor:
Alas, if you align the text justified via the CKEditor, it renders properly in the browser
with an "interesting" rendering in the Notes Client:
This is a "known" problem and in my demo case, the Xpages runtime engine even warns me about that:
"Saving this document will change its format from native Notes rich text to HTML. This may cause a change or loss of formatting if opened again in the regular Notes client."
The conversion of rich text to HTML and vice versa is not the whole problem, even though the message says that. There are also issues with repeated conversions back and forth changeing font sizes, loss of certain colors and styles, etc.
This is a long standing issue with Ben Langhinrichs, who documents that rather thoroughly and even sells an extension to handle that conversions better.
Hope this helps a little bit.
I am using v8.5.3 and in the All Properties of the CKeditor they have a property called 'htmlConversion Warning' that you can set to 'noWarning' which seems to prevent the Saving this document message mentioned above. Seems someone from IBM has taken a note from Microsoft on providing a solution. Now if only they would take a note from them on how to market the product.