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 8990939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T22:36:54+00:00 2026-06-15T22:36:54+00:00

Ok, I have an app where database is SQL Server and it’s defined as

  • 0

Ok, I have an app where database is SQL Server and it’s defined as Case insensitive and Accent insensitive.

This way, textual searches against database made by users are pretty clear and fast. This is specially good on several autocomplete fields placed on search forms along the app.

However I’ve just realized that when you type the start of the text you want to select on a select field, the default filtering behaviour on the combo is accent sensitive.

Now I wonder if there’s any way to alter this default behaviour or if I should modify data input in some forms to avoid lengthy combos, as now seems pretty inconsistent to me that all the app ignores accent sensitivity except combo boxes.

  • 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-06-15T22:36:55+00:00Added an answer on June 15, 2026 at 10:36 pm

    I suppose you mean that if we have e.g. the following in HTML, then pressing “A” or “E” when focused in the control takes us nowhere:

    <select>
    <option>Bar
    <option>È
    <option>École
    <option>Foo
    <option>Åland
    </select>
    

    I’m afraid this is how browsers behave. There is no specification of this behavior, but browsers seem to move to the item starting with a letter when a letter key is pressed. And they take a very literal view on letters here; e.g., È, É, and E are three distinct letters. It seems that this behavior is strictly letter key dependent; e.g., on my keyboard, as on many European keyboards, pressing first the “´” key and then the “E” key produces “é”, but this does not take me to “École” (and this does not depend on the case of letters). I can get there if I switch to French keyboard settings where I can type “é” using a single key.

    There’s a kludgy workaround. Replace the accented letters by unaccented letters followed by combining diacritic marks:

    <select>
    <option>Bar
    <option>E&#x300;
    <option>E&#x301;cole
    <option>Foo
    <option>A&#x30a;land
    </select>
    

    Problems with this: Combining diacritic marks are not supported by all fonts. Therefore they might (on some old browsers) be not displayed at all, or they might (even in new browsers) get displayed in a font different from the base text, causing typographic mess of some kind. Perhaps the most serious problem, though, is that now you cannot use keys like É and Å when available on a keyboard. So this would probably make sense only when you expect that people are using something like US keyboards, with no letters with diacritic marks.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently I have Windows App which is directly opening database connection (SQL Server is
I have a java app + SQL server database. DB operation use JDBC with
My preliminary research says no. I have a database app in SQL Server that
I am developing an app where i have a local database in SQL Server
A have an app with that uses an SQL database. The application is already
I have a VB app that accesses a sql database. I think it’s running
I have a app that searches a database and retrieves 3 fields Name, Email
I have an application database on SQL Server 2008 Express on my dedicated server.
we have WinForms app which stores data in SQL Server (2000, we are working
We have built a large database model (SQL Server) for our client and an

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.