Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

US & NUS

Former Member
0 Kudos

As we read about opening a file in binary mode we get to hear about “2” terms

US & NUS

Could you explain them in simple terms.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

US - Unicode Systems

NUS - Non Unicode Systems

Unicode is a character encoding system similiar to ASCII.

You can see the definiton for Unicode by Unicode consortium below.

Unicode is the universal character encoding, maintained by the Unicode Consortium.

This encoding standard provides the basis for processing, storage and interchange of text data in any language in all modern software and information technology protocols". Unicode covers all the characters for all the writing systems of the world, modern and ancient. It also includes technical symbols, punctuations, and many other characters used in writing text.

The Unicode Standard is intended to support the needs of all types of users, whether in business or academia, using mainstream or minority scripts.

Most of the SAP implementations are done on Unicode system as it support all kind of languages, which is good for a company to expend their business. Another things is Unicode system requires 70% more storage area and processing speed to run the system perfactly.

There are systems like XI, which can work only on Unicode so it is always advisible to go for unicode then to non-unicode.

http://www.sap-basis-abap.com/bc/difference-between-unicode-and-nonunicode.htm

http://help.sap.com/saphelp_nw04/helpdata/en/79/c55458b3dc11d5993800508b6b8b11/content.htm

[original link is broken]

http://sap.ittoolbox.com/groups/technical-functional/sap-basis/how-to-convert-nonunicode-system-into...

Hope this helps

Vinodh Balakrishnan

4 REPLIES 4

Former Member
0 Kudos

Hi,

US- unicode systems

NUS- non unicode systems

chcek this link for them

http://help.sap.com/saphelp_47x200/helpdata/en/79/c55458b3dc11d5993800508b6b8b11/frameset.htm

Rewards If Useful

Regards

Former Member

0 Kudos

well the links are not working

Former Member
0 Kudos

US - Unicode Systems

NUS - Non Unicode Systems

Unicode is a character encoding system similiar to ASCII.

You can see the definiton for Unicode by Unicode consortium below.

Unicode is the universal character encoding, maintained by the Unicode Consortium.

This encoding standard provides the basis for processing, storage and interchange of text data in any language in all modern software and information technology protocols". Unicode covers all the characters for all the writing systems of the world, modern and ancient. It also includes technical symbols, punctuations, and many other characters used in writing text.

The Unicode Standard is intended to support the needs of all types of users, whether in business or academia, using mainstream or minority scripts.

Most of the SAP implementations are done on Unicode system as it support all kind of languages, which is good for a company to expend their business. Another things is Unicode system requires 70% more storage area and processing speed to run the system perfactly.

There are systems like XI, which can work only on Unicode so it is always advisible to go for unicode then to non-unicode.

http://www.sap-basis-abap.com/bc/difference-between-unicode-and-nonunicode.htm

http://help.sap.com/saphelp_nw04/helpdata/en/79/c55458b3dc11d5993800508b6b8b11/content.htm

[original link is broken]

http://sap.ittoolbox.com/groups/technical-functional/sap-basis/how-to-convert-nonunicode-system-into...

Hope this helps

Vinodh Balakrishnan