forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


alphabet of different countries

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Thu Oct 17, 2002 12:17 pm    Post subject: alphabet of different countries Reply with quote

I have written a password generating program but it only uses the English alphabet which may not be of much use to folks who use an alphabet different to the English one ie. e's with accents, u's with accents,...

Anybody know where I can find the complete alphabet of different countries - I want my password generator to be able to generate passwords using the letters used in different countries.

I was thinking of including the alphabet of the different countries into the VDS code like this
Code:

%alphabet = abcdefghijklmnopqrstuvwxyz

and the password generating part of the code would then select letters at random from that list.

Thanks once again in advance,

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Oct 17, 2002 5:26 pm    Post subject: Reply with quote

I'm asking a few friends for that question....

I'll let you know if I get some response Very Happy

Greetings,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Thu Oct 17, 2002 8:12 pm    Post subject: Reply with quote

Note that this may not be needed becuase some servers or programs only allow alpha-numeric characters. For example, if the letter was an "" might not be able to use it.

However, a search on Google.com took me to this first result:
http://www.ask-group.com/publish/alphabet.htm

There were many more results too, so it might be easy to find what you are looking for... Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Fri Oct 18, 2002 1:32 am    Post subject: Reply with quote

Many thanks FreezingFire for your link - that is exactly what i was after.

I too did a Google search but did not find anything worthwhile - may be i used the wrong word for the search Confused

I take your point about the servers and the programs - i can always offer it as an option and they can decide whether they want to use that feature or not.

Thanks again Very Happy Very Happy Very Happy

Serge

PS I noticed that the listing is actually a gif image - not sure how to replicate the list as i can't do a copy and paste. I'll have a look to see if i can use the old dos ALT 125 thingy to replicate the lists.

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Fri Oct 18, 2002 8:18 pm    Post subject: Reply with quote

Using the character map of Windows can help... Smile

I searched google.com with "alphabets+languages".

http://www.google.com/search?q=alphabets+languages

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Fri Oct 18, 2002 10:50 pm    Post subject: Reply with quote

Thanks for that. I tried "international alphabet", "alphabet", "french alphabet" but obviously did not use the correct choice of words.

Thanks again,

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Sat Oct 19, 2002 9:33 am    Post subject: Reply with quote

Perhaps you can use this:
Code:

Title VDS Alfabet
  DIALOG CREATE,Letter-gen,-1,0,240,73
  rem Use Arial, because it supports most ,  , ,etc....
  DIALOG ADD,STYLE,arial,Arial,10,,BACKGROUND,FOREGROUND
  DIALOG ADD,STYLE,bold,,6,B,BACKGROUND,FOREGROUND
  DIALOG ADD,TEXT,TEXT1,17,10,,,ANCII code:,bold
  DIALOG ADD,TEXT,TEXT2,36,9,,,Letter:,bold
  DIALOG ADD,TEXT,asc,17,91
  DIALOG ADD,TEXT,letter,34,91,,,,arial
  DIALOG SHOW
repeat
 %%asc = @succ(%%asc)
 dialog set,asc,%%asc
 dialog set,letter,@chr(%%asc)
 wait "0,2"
until @equal(%%asc,256)
info All ASCI codes searched!


Greetings,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Oct 19, 2002 10:11 am    Post subject: Reply with quote

Thanks for that Vic, i was starting to think along those lines too Smile Smile Smile

Serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Sat Oct 19, 2002 10:13 am    Post subject: Reply with quote

No problemo... Very Happy
_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group