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

  • Home
  • SEARCH
  • 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 3499950
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T12:40:27+00:00 2026-05-18T12:40:27+00:00

Some of mysql code I have been looking using utf8_slovenian_ci in it, why is

  • 0

Some of mysql code I have been looking using utf8_slovenian_ci in it, why is that?
Is it because Slovenia needs this encoding to assimilate certain letters in their alphabet?

If I”m using english I can omit this can’t I?
Or can I use utf8 or does it do it automatically?

CREATE TABLE `users` (
  `Id` int(11) NOT NULL AUTO_INCREMENT,
  `FirstName` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `LastName` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `Address` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `PostCode` int(8) DEFAULT NULL,
  `PostName` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `UserName` varchar(40) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `PassWord` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `EMail` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `Phone1` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `Phone2` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `Ticket` varchar(255) COLLATE utf8_slovenian_ci DEFAULT NULL,
  `Verification` int(11) DEFAULT '1',
  `RecordStatus` tinyint(1) DEFAULT '1',
  PRIMARY KEY (`Id`)
) ENGINE=MyISAM AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_slovenian_ci;
  • 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-18T12:40:28+00:00Added an answer on May 18, 2026 at 12:40 pm

    Is it because Slovenia needs this encoding to assimilate certain letters in their alphabet?

    Probably not because UTF-8 already covers all imaginable characters. The collation probably contains sorting and comparison rules specific to Slovenia. (See here for an overview what a collation does and how sorting rules can vary.)

    If I”m using english I can omit this can’t I?

    you should be able to use one of the _general collations if you don’t need any country specific rules.

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

Sidebar

Related Questions

I have some code which needs to ensure some data is in a mysql
Greetings, I have some mysql tables that are currently using an md5 hash as
I have been looking for a some working code for the last couple of
I have been trying to migrate a database from Sybase to MySQL. This is
I have a table generated from some PHP code that lists a SMALL amount
I have been using mysql in a new rails application, but now I wanted
I have been trying to display a MySQL table for some time and I
I'm having trouble with some MYSQL. The code below has been working fine until
We have been facing a small problem in MySQL procedure. We have placed some
So I have been doing some PHP and Python/Apache/MySQL (WAMP!) development for a while

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.