I am using Win96 to program scanners (pro96 and PRO2096) but when I download the RR data via win96 I don't get all the data that is posted on the site. Why is that?
It is usually a bad character in the DB. It would help if you posted which system you're trying to download.KB0TQF said:I am using Win96 to program scanners (pro96 and PRO2096) but when I download the RR data via win96 I don't get all the data that is posted on the site. Why is that?
Which 61 IDs are you selecting for download? We'll need to know this to find the "offending" ID (the one that's causing the download to halt at 22 IDs).KB0TQF said:That or do each bank individualy, but not all the data downloads, for instance it says 22 IDs for the state patrol but the site shows 61 IDs
Element: name=tg, value=
Element: name=dec, value=2429
Element: name=subfleet, value=
Element: name=desc, value=Prisoner Transport "DCR"
Element: name=disp, value=
Element: name=group, value=Colorado Dept. of Corrections
Element: name=mode, value=D
Element: name=tgid, value=104060
desc="Denver Woman’s Correctional Facility"
$ pwd
/c/Program Files/WinXX/
$ grep --v
grep (GNU grep) 2.5
$ grep [^[:print:]] xmldump.txt
<tg dec="2431" subfleet="" desc="Denver Woman's Correctional Facility" disp="" group="Colorado Dept. of Corrections" mode="D" tgid=116823" />
<tg dec="2433" subfleet="" desc="Denver Woman's Correctional Facility" disp="" group="Colorado Dept. of Corrections" mode="D" tgid=116824" />
$
Because the apostrophe in 2431 and 2433 is not really an "ASCII" (7-bit) apostrophe. It's a different character - one that is not encoded correctly in the XML.KB0TQF said:I am not sure I understand. There are several lines that contain apostrophes that were parsed correctly.
Why would that apostrophe be "bad"
2412 - 2427 for example
There's nothing wrong with that one. It's decoded perfectly.KB0TQF said:ID: 2429, Display = , Desc = Prisoner Transport "DCR"
to me it looks like 2429 is the TG that contains the error
desc="Prisoner Transport "DCR""
Nope. The dump file is just a record of what Win96 received and processed.KB0TQF said:so if I would take the apostrophes out of my dump file, is there a way to use it instead of downloading the info again?
Okay, fixed those two. (Sorry about the delay, but it is christmas you know.)DonS said:Talk groups 2431 and 2433 have bad characters. They contain character 0x92 instead of a "normal" apostrophe, causing a fatal error in the XML processor.