Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Password validation for multilanguages
Forum Update on Tuesday, May 27th 2025

Password validation for multilanguages

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.4k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shankarraj
    wrote on last edited by
    #1

    Hi,

    I am developing bootup screen in an application which is multilanguage application & it uses following languages:
    Korean,Norwegian,Polish,Portuguese,Russian,Spanish,Swedish,
    french,german,italian,Turkish,danish,dutch,greek,hungarian,finnish,czech.

    Application uses Windows 7 as OS & it uses Visual Studio 2008 editor & VC++ as presentation layer.
    The boot up screen is having password field. On entry of password: validation of password happens & on entry of correct password: user is able to see main window.
    Here I am able to validate password for English language.[considering alphanumeric characters & special characters in password].
    I do not have idea like how to carry password validation and also what characters to consider for password validation for non-English languages.
    Please help.

    regards,
    shankarraj

    [[Merged the two identical posts, Tobias]]

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tobias.hunger
      wrote on last edited by
      #2

      Please do not post the same issue in several threads. I took the liberty of merging them.

      Considering that this is a really standard situation I put the merged thread under "General and Desktop", since you definitely do not need a C++ guru for this;-)

      I would use unicode categories (see QChar::category()) to decide which characters to allow.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved