From: Arie Kusuma Atmaja Date: 2005-03-21T19:48:24+09:00 Subject: squeeze - Should I have words' database to make it right? s = 'Heiiiiiiiiiiiiii mauu kemannnnaaaaaaaaa?' puts s.squeeze # right, means 'where r u going?' (Indonesian) indoscripts = 'Tq, canggihhh meeeennnn.......' puts indoscripts.squeeze # should be canggih, not cangih (Indonesian) milis = 'Scholarships often go abegging' puts milis.squeeze # should be abegging, not abeging (English) french = %Q/Salut! Je m'appelle Arie. Ruby tous les jours :)/ puts french.squeeze # should be Je m'appelle, not m'apele Should I have words' database to make it right? -- Best Regards, Arie Kusuma Atmaja