Hi,

I just implemented FR 3472020 (svn 2777)

https://sourceforge.net/tracker/?func=detail&aid=3472020&group_id=118054&atid=679909

Doing this, I realized that OpenJUMP did not follow exactly the dbf 
specification where attribute names must be
10 characters + 00h char (total = 11)
In OpenJUMP, we just keep 11 characters.

I kept this behaviour, and for long attribute names having the same 
prefix, I kept :
9 char + "_ 1"
9 char + "_ 2"
9 char + "_ 3"
...
9 char + "10"
9 char + "11"
...
If these 11 character long attribute names cause any compatibility issue,
I would replace it by a strict 10 char + 00h string

Michaël


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to