From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e9fdaae478ceaa2e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-26 06:59:56 PST Path: newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!193.174.75.178!news-fra1.dfn.de!news-fra.pop.de!newsfeed.germany.net!newsfeed2.easynews.net!easynews.net!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: BTW:ASIS (Looking for Ada source browser Date: 26 Apr 2001 16:11:54 +0200 Organization: Enyo's not your organization Message-ID: <873davoimt.fsf@deneb.enyo.de> References: <3ADFF58E.285042FF@esa.int> <9c8o2g$a5k$1@infosun2.rus.uni-stuttgart.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: newsfeed.google.com comp.lang.ada:6955 Date: 2001-04-26T16:11:54+02:00 List-Id: Peter Hermann writes: > How far does ASIS support references to source code lines > and their original preservation? ASIS provides interfaces to retrieve the source code for a given element, but I think their implementation is optional. Whether comments are included is implementation-depend as well, I think. In any case, the source code has been converted to Unicode from the original representation.