===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
birdfont-2.29.1/libbirdfont/CharDatabase.vala-192-		string select = "SELECT description FROM Description "
birdfont-2.29.1/libbirdfont/CharDatabase.vala:193:			+ @"WHERE unicode = $((int64) c)";
birdfont-2.29.1/libbirdfont/CharDatabase.vala-194-		
##############################################
birdfont-2.29.1/libbirdfont/OpenFontFormat/CodePageBits.vala-62-		string select = "SELECT codepages1, codepages2 FROM CodePages "
birdfont-2.29.1/libbirdfont/OpenFontFormat/CodePageBits.vala:63:			 + "WHERE unicode = " + @"$c" + ";";
birdfont-2.29.1/libbirdfont/OpenFontFormat/CodePageBits.vala-64-