473,385 Members | 1,693 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Localization in hindi language How to print hindi word using java

How to print hindi word using java
Sep 9 '16 #1

✓ answered by Oralloy

Just print strings containing hindi characters.
Expand|Select|Wrap|Line Numbers
  1. java.lang.System.println("नमस्ते दुनिया।");
Or, you can use the unicode expansions of your hindi characters, although I don't know what they are in this case...
Expand|Select|Wrap|Line Numbers
  1. java.lang.System.println("\U+0123");
Of course, the remainder of your system and your printer must support the correct fonts.

1 2609
Oralloy
988 Expert 512MB
Just print strings containing hindi characters.
Expand|Select|Wrap|Line Numbers
  1. java.lang.System.println("नमस्ते दुनिया।");
Or, you can use the unicode expansions of your hindi characters, although I don't know what they are in this case...
Expand|Select|Wrap|Line Numbers
  1. java.lang.System.println("\U+0123");
Of course, the remainder of your system and your printer must support the correct fonts.
Sep 9 '16 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: James Hong | last post by:
Help please, I try to sending an email from my html page using the java applet. but it give error on most of the PC only very few work, what is the error i make the java applet show as below ...
3
by: SpamProof | last post by:
I'd like to be able to print multiple documents are once using vb.net. What is the best way to do this with out having to print each document one at a time via a loop . Can't I send them all to...
2
by: Kent Lewandowski | last post by:
hi all, Recently I wrote some stored procedures using java jdbc code (admittedly my first stab) and then tried to implement the same within java packages (for code reuse). I encountered...
3
by: Shyguy | last post by:
I have a MS Word Merge letter that is based on a query. I set up a macro to run the query and then open Word and the merge letter. Word open fine but it can't find the letter. I used RunAPP and...
3
by: pratik.best | last post by:
Hi, I just seen the web site of the unicode committee and was amazed to see the site showing document in Hindi without using any such fonts like "Kruti Dev" or "Dev Lys". "Webdunia.com" is also...
3
by: negss | last post by:
Hi All, I think im posting My request in correct place. If this is the wrong place to post my request, please email back to . Thanks. I need to develop a simple program using C# or any other...
6
by: pawejpawej | last post by:
I want to store hindi language in the column of mysql table. what kind to changes can be done for that.
1
by: abhilash12 | last post by:
hai how can i search word using java from open office og doc file pls help me
2
by: Nilanjan Sanyal | last post by:
how to retrieve hindi text from mysql database using php
0
by: netri | last post by:
I need to write a java program in which i need to access a computer in my network using IP address but system is password protected.so how can i access a password protected system to fetch a file...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.