rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\ f0\fnil\fcharset0 Calibri;} { \*\g

sahilt

Jul 23, 2012
8
Joined
Jul 23, 2012
Messages
8
i came across a few keil C programs..and found this mentioned:

rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\ f0\fnil\fcharset0 Calibri;}
{ \*\generator Msftedit 5.41.21.2509;}\viewkind4\uc1\pard\sa200\sl276\slmu lt1\lang9\f0\fs22

can anybody explain what this means..???
could this by any chance contain the definitions of ports and pins connected with the microcontroller(8051 mainly)..???
 

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
It means that the file is an RTF file and you're opening it up as text.

You are seeing the formatting and font specifications that have nothing to do with the code.

I don't know why anyone would store source code in an rtf file, but they have, and it's your responsibility to open them using an appropriate tool (Wordpad or Word on Windows) and extract the source code without all the silly formatting.
 
Top