Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6176651
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:08:19+00:00 2026-05-24T00:08:19+00:00

An application that I’ve built is used worldwide by our organization and needs to

  • 0

An application that I’ve built is used worldwide by our organization and needs to support several different currencies. SQL Server was doing fine with the ‘normal’ stuff i.e. the GBP symbol, Euro symbol, but when I introduced the symbol for the Saudi Riyal (ريال SAR), it stores it as question marks.

Client-side is 100% jQuery/javascript working with REST-enabled WCF services.

I ran across something talking about the LocaleID here

Hoping someone can shed some light on this.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T00:08:19+00:00Added an answer on May 24, 2026 at 12:08 am

    Format your strings as nVarchar. If they are in fields in a table, change the datatype. If they are just formatted on the fly, use the N prefix. nVarchar is unicode, which is an expanded international character set.

    Example:

    SELECT 'ريال'
    
    select N'ريال'
    

    On my system, the first shows ????, the second shows the symbol correctly.

    EDIT

    If the characters were entered as varchar you will still have issues.

    See example below:

    DECLARE @t nvarchar(10) = N'ريال'
    DECLARE @x nvarchar(10) = 'ريال'
    
    SELECT @t
    SELECT @x
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Suppose that i have an application that connects to a sql server, and this
An application that I support has recently begun experiencing extended periods of time required
I am developing a application that needs to store data with many writes and
I have two application that need to talk to each other. App1 needs to
I have an application that needs to work with a vendor-supplied API to do
The application that I help support has no real business objects to speak of,
I'm building an application that needs to open self-signed HTTPS SSL URLs in java.
The application that I'm working on is going to be used to create charts
I had an application that used a Sybase ASA 8 database. However, the application
I have an application that has two different login windows for two different types

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.