1. Galileo:Diccionario

Hello there,


Im not sure if 'Galileo' reads this list, but if so...

What code page did you use to write the file 'Spanish.txt' that comes with
your project "Diccionario" ?

Im unable to read all of the characters when i open that file in
Notepad or Wordpad.



Take care,
Al

And, good luck with your Euphoria programming!

My bumper sticker: "I brake for LED's"

new topic     » topic index » view message » categorize

2. Re: Galileo:Diccionario

Some minor changes to make "Diccionario"
cross platform:

-- constant F1 = 315, F2 = 316, F3 = 317, ESC = 27
integer F1, F2, F3, ESC 
ESC = 27
if platform() = DOS32 or platform() = WIN32 then
    F1 = 315
    F2 = 316
    F3 = 317
else
    F1 = 265
    F2 = 266
    F3 = 267 
end if
 
Under Linux, "Spanish.txt" as referenced unzipped to 
"spanish.txt" for some reason. After adjusting that
reference in the source file, the program runs fairly
well under Linux, with the exception of some unreadable
characters as referenced by Al Getz below.

Al Getz wrote:
> 
> Hello there,
> 
> 
> Im not sure if 'Galileo' reads this list, but if so...
> 
> What code page did you use to write the file 'Spanish.txt' that comes with
> your project "Diccionario" ?
> 
> Im unable to read all of the characters when i open that file in
> Notepad or Wordpad.
> 
> 
> Take care,
> Al
> 
> And, good luck with your Euphoria programming!
> 
> My bumper sticker: "I brake for LED's"
> 


Ken Rhodes
100% Microsoft Free!

new topic     » goto parent     » topic index » view message » categorize

3. Re: Galileo:Diccionario

is there any freeware offline tranaltor app which will translate
polish,spanish,italian into english.

i don't need anything fancy, just simple word for word translation.


if i would have dictionary files like the one in this "Diccionario" i would do
it myself.

new topic     » goto parent     » topic index » view message » categorize

4. Re: Galileo:Diccionario

Tone =8Akoda wrote:
> is there any freeware offline tranaltor app which will translate polish,s=
panish,italian into english.
>
> i don't need anything fancy, just simple word for word translation.
>
>
> if i would have dictionary files like the one in this "Diccionario" i wou=
ld do it myself.
>

Try out freelang (www.freelang.net). The dictionary files of that app is al=
so very easy to read.
They do just contain two fixed-length strings for every dictionary entry, o=
ne for each of the two languages.

Regards, Alexander Toresson

new topic     » goto parent     » topic index » view message » categorize

5. Re: Galileo:Diccionario

On 6 Feb 2005, at 11:46, Tone =8Akoda wrote:

>
>
> posted by: Tone =8Akoda <tskoda at email.si>
>
> is there any freeware offline tranaltor app which will translate
> polish,spanish,italian into english.
>
> i don't need anything fancy, just simple word for word translation.

Try http://www.tranexp.com=20
They once had free online translation that was better than bablefish.

Kat

new topic     » goto parent     » topic index » view message » categorize

6. Re: Galileo:Diccionario

Kat wrote:

> Try <a href="http://www.tranexp.com=20">http://www.tranexp.com=20</a>
> They once had free online translation that was better than bablefish.
> 
> Kat


that looks good but i cant download even trial version

new topic     » goto parent     » topic index » view message » categorize

7. Re: Galileo:Diccionario

Alexander Toresson wrote:

> Try out freelang (www.freelang.net). The dictionary files of that app is al=
> so very easy to read.
> They do just contain two fixed-length strings for every dictionary entry, o=
> ne for each of the two languages.
> 
> 

thanks for the url! it looks good.

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu