Linux HAM/Amateur Radio development
 help / color / mirror / Atom feed
* Proposal for coding in UTF-8
@ 2009-07-10 20:16 Pino Zollo
  2009-07-11 20:17 ` [Ham-Linux] " kd4e
  2009-08-11 13:08 ` New FBB 7.04r2 release Bernard Pidoux
  0 siblings, 2 replies; 4+ messages in thread
From: Pino Zollo @ 2009-07-10 20:16 UTC (permalink / raw)
  To: ADIF; +Cc: ham-linux, Linux Hams, Debian Hams

Hi de ZP4KFX

I propose to include into the standard the following tag for the header:

<ENCODING:5>UTF-8 

ENCODING can be absent or can be <ENCODING:10>ISO-8859-1

This is already implemented in my DBLog...see http://www.qsl.net/zp4kfx/Linux


http://www.qsl.net/zp4kfx/Linux/TestUTF8.html

http://www.qsl.net/zp4kfx/Linux/DBLog/Shot-QSO%20List-utf8-%20test.png

DBLog works on Linux and stores data's on PosgreSQL, both of which are UTF-8 
compliant.

DBLog can export both in ISO-8859-1 or in UTF-8.

Importing, if it  finds into the header <ENCODING:5>UTF-8  then does not do 
any coversion.
If it  finds  <ENCODING:10>ISO-8859-1 or no ENCODING tag, then converts into 
UTF-8.

The difference is mainly for the accented vowels (from 128 to 256) that come 
mainly by N1MM or Logger32 ADIF files.

Also other loggers could follow this method or be aware of the ENCODING tag to 
avoid errors.

Best 73 de

Pino ZP4KFX

-- 
Key ID: 0xF6768208 
Key fingerprint = B16D 0A7C 5B29 A334 CE6A  71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwkeys.eu.pgp.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Ham-Linux] Proposal for coding in UTF-8
  2009-07-10 20:16 Proposal for coding in UTF-8 Pino Zollo
@ 2009-07-11 20:17 ` kd4e
  2009-07-11 21:38   ` Pino Zollo
  2009-08-11 13:08 ` New FBB 7.04r2 release Bernard Pidoux
  1 sibling, 1 reply; 4+ messages in thread
From: kd4e @ 2009-07-11 20:17 UTC (permalink / raw)
  To: pinozollo; +Cc: ADIF, ham-linux, Debian Hams, Linux Hams

Is this also compatible with CQRlog as well?
(Linux, MS, and maybe Apple, not sure.)

Pino Zollo wrote:
> Hi de ZP4KFX
> 
> I propose to include into the standard the following tag for the header:
> 
> <ENCODING:5>UTF-8 
> 
> ENCODING can be absent or can be <ENCODING:10>ISO-8859-1
> 
> This is already implemented in my DBLog...see http://www.qsl.net/zp4kfx/Linux
> 
> 
> http://www.qsl.net/zp4kfx/Linux/TestUTF8.html
> 
> http://www.qsl.net/zp4kfx/Linux/DBLog/Shot-QSO%20List-utf8-%20test.png
> 
> DBLog works on Linux and stores data's on PosgreSQL, both of which are UTF-8 
> compliant.
> 
> DBLog can export both in ISO-8859-1 or in UTF-8.
> 
> Importing, if it  finds into the header <ENCODING:5>UTF-8  then does not do 
> any coversion.
> If it  finds  <ENCODING:10>ISO-8859-1 or no ENCODING tag, then converts into 
> UTF-8.
> 
> The difference is mainly for the accented vowels (from 128 to 256) that come 
> mainly by N1MM or Logger32 ADIF files.
> 
> Also other loggers could follow this method or be aware of the ENCODING tag to 
> avoid errors.
> 
> Best 73 de
> 
> Pino ZP4KFX
> 

-- 

Thanks! & 73, doc, KD4E
FS/Swap/Wanted: http://kd4e.com/swapn.html
Free OS : http://www.PuppyLinux.com
Personal: http://kd4e.com
             |_|___|_|
             | | & | |
        /\      {|
       /  \     {|
      /    \    {|
     /   @  \   {|
     |   |~_|~~~~|
     |   -| |    |
============\ # KD4E
Have an http://ultrafidian.com day!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Ham-Linux] Proposal for coding in UTF-8
  2009-07-11 20:17 ` [Ham-Linux] " kd4e
@ 2009-07-11 21:38   ` Pino Zollo
  0 siblings, 0 replies; 4+ messages in thread
From: Pino Zollo @ 2009-07-11 21:38 UTC (permalink / raw)
  To: doc; +Cc: ADIF, Debian Hams, Linux Hams

Il sabato 11 luglio 2009 16:17:44 kd4e ha scritto:
> Is this also compatible with CQRlog as well?
> (Linux, MS, and maybe Apple, not sure.)

I don't know....

If a logger receives an UTF-8 adif file and does not how to handle it will  
bounce a lot of errors...

If a logger receives an ISO-8859-1 adif file and ignores the tag all will be 
OK .

At  present only DBLog knows what to do of the ENCODING tag.

73
Pino ZP4KFX

>
> Pino Zollo wrote:
> > Hi de ZP4KFX
> >
> > I propose to include into the standard the following tag for the header:
> >
> > <ENCODING:5>UTF-8
> >
> > ENCODING can be absent or can be <ENCODING:10>ISO-8859-1
> >
> > This is already implemented in my DBLog...see
> > http://www.qsl.net/zp4kfx/Linux
> >
> >
> > http://www.qsl.net/zp4kfx/Linux/TestUTF8.html
> >
> > http://www.qsl.net/zp4kfx/Linux/DBLog/Shot-QSO%20List-utf8-%20test.png
> >
> > DBLog works on Linux and stores data's on PosgreSQL, both of which are
> > UTF-8 compliant.
> >
> > DBLog can export both in ISO-8859-1 or in UTF-8.
> >
> > Importing, if it  finds into the header <ENCODING:5>UTF-8  then does not
> > do any coversion.
> > If it  finds  <ENCODING:10>ISO-8859-1 or no ENCODING tag, then converts
> > into UTF-8.
> >
> > The difference is mainly for the accented vowels (from 128 to 256) that
> > come mainly by N1MM or Logger32 ADIF files.
> >
> > Also other loggers could follow this method or be aware of the ENCODING
> > tag to avoid errors.
> >
> > Best 73 de
> >
> > Pino ZP4KFX



-- 
Key ID: 0xF6768208 
Key fingerprint = B16D 0A7C 5B29 A334 CE6A  71F6 EAF8 3D88 F676 8208
Key server: hkp://wwwkeys.eu.pgp.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

* New FBB 7.04r2 release
  2009-07-10 20:16 Proposal for coding in UTF-8 Pino Zollo
  2009-07-11 20:17 ` [Ham-Linux] " kd4e
@ 2009-08-11 13:08 ` Bernard Pidoux
  1 sibling, 0 replies; 4+ messages in thread
From: Bernard Pidoux @ 2009-08-11 13:08 UTC (permalink / raw)
  To: ham-linux, Linux Hams, List for the LINUX version of FBB

Hi FBB sysops and users,

I published a modified version of FBB BBS 7.04r2 with
small changes to reduce both debug verbose output 
/var/log/fbb.log (optional) and more importantly,
CPU load.
Observed xfbbd CPU load was 7-14%, sometime peeking
even higher.
It is now less than 1%.
This patch has been backported to versions 7.04o2 and 7.04p2

Here are two important recommandations : boot kernel in
single processor mode (online grub command : nosmp) 
On 64 bit systems, add N 1 parameter in forward script
to preclude forward compression.

Read more here : http://rose.fpac.free.fr/MINI-HOWTO/

FBB source package may be downloaded from :

http://f6bvp.free.fr/logiciels/BBS-f6fbb/xd704r2-src.bz2

Version 7.04 is still under debugging phase, with latest
intermediary versions 7.04s.nn

73 de Bernard, f6bvp

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-08-11 13:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-10 20:16 Proposal for coding in UTF-8 Pino Zollo
2009-07-11 20:17 ` [Ham-Linux] " kd4e
2009-07-11 21:38   ` Pino Zollo
2009-08-11 13:08 ` New FBB 7.04r2 release Bernard Pidoux

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox