I'll take a look but all my servers are headless and I access them from putty \ console sessions (no point in a GUI on a server CLI FTW) - so yep im using windows but I can convert.
Stephen Cottham Group IT Manager (Associate) Robert Bird Group Level 5, 333 Ann St Brisbane, Queensland, 4000, Australia Phone: +6173 319 2777 (AUS) Phone: +44207 633 2880 (UK) Fax: +6173 319 2799 Mobile: +61400 756 963 (AUS) Mobile: +447900 918 616 (UK) Web: www.robertbird.com This email and any attachments are confidential and may contain legally privileged information or copyright material. Unless expressly stated, confidentiality and/or legal privilege is not intended to be waived by the sending of this email. The contents of this email, including any attachments, are intended solely for the use of the individual or entity to whom they are addressed. If you are not an intended recipient, please contact us immediately by return email and then delete both messages. You may not otherwise read, forward, copy, use or disclose this email or any attachments. Any views expressed in this email are those of the individual sender except where the sender expressly, and with authority, states otherwise. It is your responsibility to check any attachments for viruses or defects before opening or sending them on. None of the sender or its related entities accepts any liability for any consequential damage resulting from this email containing computer viruses. Disclaimer added by CodeTwo Exchange Rules http://www.codetwo.com -----Original Message----- From: Info 3bits [mailto:[email protected]] Sent: 08 February 2013 12:03 To: Stephen Cottham Cc: [email protected] Subject: Re: Updatd Debian Guide Uploaded - 08/02/2013 Stephen, I still have issues in some texts. For example, when I copy WEB-INF then I paste WEB.INF I noticed the same problem in other lines for example when you untar a file: tar .zxvf instead of tar -zxvf I was investigating more in the PDF file and I hope I found the problem. The source document is created with ANSI encoding (Windows?) and the PDF is also using ANSI encoding. Usually servers are ready for UTF-8 and not ANSI and that's the reason of the problem. If you copy a text and paste in Notepad++ as ANSI it shows well but if the document is in UTF-8 then it fails and even change some characters like dash for dot. So the solution is to create the source docuement in UTF-8 and it should work. Fernando
